Skip to content

Conversation

@tmurph
Copy link
Contributor

@tmurph tmurph commented Sep 4, 2025

f2092cc refactored the source block caching mechanism, but the initialization logic creates a nested list like

((invalid nil \#<marker> \#<marker>))

when the rest of the function assumes a structure like

(invalid nil \#<marker> \#<marker>)

Fixing the initialization logic seems to allow the rest of the codebase to access and update the cache as desired.

Fixes #597.

f2092cc renamed these methods but missed their use in this test.
The extra `list` is inconsistent with the expected cache structure.  The
rest of this function assumes a single-depth list.
@Aneeqasif
Copy link

i used this but as soon as i hit ( after competing a function name i get these errors

error in process filter: zmq--subprocess-filter: Error in ZMQ subprocess: wrong-type-argument, (user-ptrp nil)
error in process filter: Error in ZMQ subprocess: wrong-type-argument, (user-ptrp nil)

@nnicandro nnicandro merged commit f52f25e into emacs-jupyter:master Dec 1, 2025
@nnicandro
Copy link
Collaborator

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Org interaction mode does not seem to work

3 participants